Skip to content

Commit

Permalink
Temporarily simplified the release artifact upload pathing
Browse files Browse the repository at this point in the history
  • Loading branch information
naschorr committed Mar 11, 2024
1 parent d036f52 commit 97fad0a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
run: |
cd GUI
electronize build /target win
echo "releaseArtifactPath='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'" >> "$GITHUB_OUTPUT"
- name: Create Draft Release
id: create_release
Expand Down Expand Up @@ -72,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(${{ steps.build_release_artifact.outputs.releaseArtifactPath }})
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 97fad0a

Please sign in to comment.