Skip to content

Commit

Permalink
The upload release path was getting messed up so I'm trying something…
Browse files Browse the repository at this point in the history
… else
  • Loading branch information
naschorr committed Mar 11, 2024
1 parent 97fad0a commit a218c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,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('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')
});

0 comments on commit a218c22

Please sign in to comment.