Skip to content

Commit

Permalink
Merge pull request #46 from FreakinSoftMania/dev
Browse files Browse the repository at this point in the history
Update build.yml
  • Loading branch information
Minionguyjpro authored Oct 12, 2024
2 parents 23d1e84 + 55c6cf9 commit d6ab7ab
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ jobs:
run: mkdir build
shell: cmd

- name: Set VERSION environment variable
run: set VERSION=${{ needs.set_version.outputs.version }}
shell: cmd

- name: Download artifact
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -178,4 +182,4 @@ jobs:
src/*.bat
src/*.ps1
src/*.py

0 comments on commit d6ab7ab

Please sign in to comment.