Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mIcHyAmRaNe committed Jul 8, 2024
1 parent ea2c6b2 commit 3bb5c61
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/build-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,11 @@ jobs:
- name: List files in output directory
run: |
cd ..
ls -ll # Verify files are present
- name: Set up artifacts path
id: set-artifacts-path
run: |
echo "::set-output name=deb-path::$(echo ../okadminfinder/*.deb)"
- name: Upload Debian package artifacts
if: success() # Only upload artifacts if the previous steps were successful
uses: actions/upload-artifact@v2
with:
name: okadminfinder-deb-package
path: ${{ steps.set-artifacts-path.outputs.deb-path }}
if-no-files-found: warn
name: okadminfinder
path: okadminfinder_*.deb

0 comments on commit 3bb5c61

Please sign in to comment.