Skip to content

Commit

Permalink
ci: 🐛 use full path for release artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
nwesterhausen authored Nov 23, 2022
1 parent 721693e commit 73cfd27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Attach release artifacts
uses: softprops/action-gh-release@v1
with:
files: "../DiscordConnector.zip"
files: "/home/runner/work/valheim-discordconnector/valheim-discordconnector/bin/DiscordConnector.zip"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Setup tcli
Expand Down

0 comments on commit 73cfd27

Please sign in to comment.