Skip to content

Commit

Permalink
test: without any path
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <[email protected]>
  • Loading branch information
kbdharun committed Jul 24, 2024
1 parent f787300 commit 922314d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ jobs:
- name: Build .deb package
run: |
dpkg-buildpackage
ls -la /__w/first-setup
ls -la /__w/first-setup/first-setup
ls -la /__w/first-setup/first-setup/debian
- name: Calculate and Save Checksums
run: |
Expand All @@ -42,7 +39,7 @@ jobs:
name: first-setup
path: |
checksums.txt
/__w/first-setup/first-setup/vanilla-first-setup_2.2.0_amd64.deb
vanilla-first-setup_2.2.0_amd64.deb
- uses: softprops/action-gh-release@v2
if: github.ref == 'refs/heads/main'
Expand All @@ -53,4 +50,4 @@ jobs:
name: "Continuous Build"
files: |
checksums.txt
/__w/first-setup/first-setup/vanilla-first-setup_2.2.0_amd64.deb
vanilla-first-setup_2.2.0_amd64.deb
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ jobs:

- name: Calculate and Save Checksums
run: |
sha256sum /__w/first-setup/first-setup/vanilla-first-setup_2.2.0_amd64.deb >> checksums.txt
sha256sum vanilla-first-setup_2.2.0_amd64.deb >> checksums.txt
- uses: actions/upload-artifact@v4
with:
name: first-setup
path: |
checksums.txt
/__w/first-setup/first-setup/vanilla-first-setup_2.2.0_amd64.deb
vanilla-first-setup_2.2.0_amd64.deb
release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 922314d

Please sign in to comment.