Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cx01N authored Aug 14, 2024
1 parent 9ce6e7b commit bed69f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- name: Build and publish self-contained assembly
run: |
dotnet publish -c Release -r ${{ matrix.runtime }} --self-contained -p:PublishSingleFile=true -o ./publish/${{ matrix.runtime }}
mv ./publish/${{ matrix.runtime }}/EmpireCompiler ./publish/${{ matrix.runtime }}/EmpireCompiler-${{ matrix.runtime }}
shell: bash

- name: Create Git tag
Expand All @@ -50,7 +51,7 @@ jobs:
- name: Upload release assets
uses: softprops/action-gh-release@v2
with:
files: ./publish/${{ matrix.runtime }}/EmpireCompiler
files: ./publish/${{ matrix.runtime }}/EmpireCompiler-${{ matrix.runtime }}
tag_name: ${{ github.event.inputs.release_version }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit bed69f6

Please sign in to comment.