Skip to content

Commit

Permalink
Use distinct names for artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Fizzadar committed Nov 3, 2023
1 parent 860efb6 commit 687fe4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- uses: actions/upload-artifact@v3
with:
name: nacserv-native
name: nacserv-native-arm64
path: nacserv-native
if-no-files-found: error

Expand All @@ -57,6 +57,6 @@ jobs:

- uses: actions/upload-artifact@v3
with:
name: nacserv-native
name: nacserv-native-x86
path: nacserv-native
if-no-files-found: error

0 comments on commit 687fe4f

Please sign in to comment.