Skip to content

Commit

Permalink
Update release-on-tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-clark-8192 authored May 15, 2024
1 parent 8e543e8 commit a4c48f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
shell: pwsh
run: |
MSBuild JRTDF.sln /p:Configuration=Release /p:Platform=x64
echo "RELEASE_ARCH_ZIP=$REPO_NAME-$VERSION-x64.zip" >> $env:GITHUB_ENV
echo "RELEASE_ARCH_ZIP=$env:REPO_NAME-$env:VERSION-x64.zip" >> $env:GITHUB_ENV
- name: Create release zip
run: >
Expand Down

0 comments on commit a4c48f8

Please sign in to comment.