Skip to content

Commit

Permalink
Modify builder artifact names to have distro visible
Browse files Browse the repository at this point in the history
  • Loading branch information
WeebDataHoarder committed Sep 28, 2020
1 parent 668f668 commit 306f1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
- name: Upload Results
uses: actions/upload-artifact@v2
with:
name: "transmission.${{ github.sha }}.${{ matrix.os }}"
name: "transmission.${{ matrix.os }}.${{ github.sha }}"
path: "./Transmission-AB/results/"

0 comments on commit 306f1b3

Please sign in to comment.