Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
tpill90 committed May 26, 2024
1 parent 315c697 commit 1c8814a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ jobs:
run: |
version=$(grep -Po '(?<=<VersionPrefix>)(.*?)(?=</VersionPrefix>)' $PROJECT_NAME/$PROJECT_NAME.csproj);
echo "version=$version" >> $GITHUB_OUTPUT;
- run: apt-get update
- run: apt-get install zip -y
- run: apt-get update && apt-get install zip -y
- name: Publish
run: >
version=${{ steps.vars.outputs.version }}
Expand All @@ -78,7 +77,7 @@ jobs:
- name: Upload
uses: actions/upload-artifact@v3
with:
name: ${{ env.PROJECT_NAME }}-${{ steps.vars.outputs.version }}-${{ matrix.runtime }}
name: $PROJECT_NAME-${{ steps.vars.outputs.version }}-${{ matrix.runtime }}
path: publish/
if-no-files-found: error
- name: Create Release
Expand Down

0 comments on commit 1c8814a

Please sign in to comment.