Skip to content

Commit

Permalink
Use correct action name parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
pngbill authored Feb 1, 2025
1 parent 6f0bcda commit 75eb766
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ jobs:
echo "Doing package build"
docker run --rm -v $(pwd):/github/workspace --workdir /github/workspace/adaptit -e LOCAL=${{ matrix.release }} -e DEBFULLNAME -e DEBEMAIL build-dpkg:${{ matrix.release }} /build.sh -I.git -Iwin32_utils ${{ matrix.args }}
- name: ${{ matrix.distro }}
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.distro }}
path: |
adaptit/artifacts/*.dsc
adaptit/artifacts/*.deb
Expand Down

0 comments on commit 75eb766

Please sign in to comment.