Skip to content

Commit

Permalink
Trying relative path for release artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
naschorr committed Mar 11, 2024
1 parent 7ae88f0 commit 94e30ed
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,5 @@ jobs:
repo: context.repo.repo,
release_id: ${{ steps.create_release.outputs.result }},
name: 'DeepRockGalacticSaveSyncer-v${{ needs.call_check_version.outputs.version }}.exe',
data: fs.readFileSync('D:/a/deep-rock-galactic-save-syncer/deep-rock-galactic-save-syncer/GUI/bin/Desktop/DRG Save Syncer Setup ${{ needs.call_check_version.outputs.version }}.exe')
data: fs.readFileSync('GUI/bin/Desktop/DRG Save Syncer Setup ${{ needs.call_check_version.outputs.version }}.exe')
});
- name: Dump PWD
shell: bash
run: |
echo "Current directory: '${pwd}'"

0 comments on commit 94e30ed

Please sign in to comment.