Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rchac authored Jan 9, 2025
1 parent bf263b5 commit 64aa820
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
- name: Build .deb file
run: pushd src; ./build_dpkg.sh --nostamp; popd
- name: Archive .deb file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: libreqos_${{ env.VERSION }}.-1_amd64.deb
path: src/dist/libreqos_${{ env.VERSION }}.-1_amd64.deb
name: libreqos_${{ env.VERSION }}.-1_${{ matrix.runs-on }}_amd64.deb
path: src/dist/libreqos_${{ env.VERSION }}.-1_-${{ matrix.runs-on }}_amd64.deb

audit:
strategy:
Expand Down

0 comments on commit 64aa820

Please sign in to comment.