Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Jan 8, 2024
1 parent 596e035 commit 0c7106e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
dotnet restore src/Parquet.Floor.Desktop/Parquet.Floor.Desktop.csproj
dotnet publish src/Parquet.Floor.Desktop/Parquet.Floor.Desktop.csproj -c release -r ${{ matrix.rid }} -o floor/${{ matrix.rid }} /p:Version=${{ env.VERSION }} /p:FileVersion=${{ env.VERSION }} /p:AssemblyVersion=${{ env.ASM_VERSION }}
mkdir -p floor-dist
zip -9 floor-${{ matrix.rid }}-${{ env.VERSION }}.zip floor/${{ matrix.rid }}/* -x floor/${{ matrix.rid }}/*.pdb
zip -9 floor-dist/floor-${{ matrix.rid }}-${{ env.VERSION }}.zip floor/${{ matrix.rid }}/* -x floor/${{ matrix.rid }}/*.pdb
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 0c7106e

Please sign in to comment.