Skip to content

Commit

Permalink
Remove note, invalid syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Hook25 committed Oct 26, 2023
1 parent 7a431de commit fb3f9db
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/checkbox-core-snap-daily-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ jobs:
with: |
path: checkbox-core-snap/series${{ matrix.releases }}
snapcraft-channel: 7.x/stable
# Note: if you change this --build-id arg, change it above as well and keep them consisten
snapcraft-args: remote-build --build-on ${{ matrix.arch }} --launchpad-accept-public-upload --build-id checkbox${{ matrix.releases }}-${{ matrix.arch }}-${{ github.run_id }}
- uses: actions/upload-artifact@v3
name: Upload logs on failure
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/checkbox-snap-daily-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ jobs:
with: |
path: checkbox-snap/series_${{ matrix.type }}${{ matrix.releases }}
snapcraft-channel: 7.x/stable
# Note: if you change this --build-id arg, change it above as well and keep them consisten
snapcraft-args: remote-build --build-on ${{ matrix.arch }} --launchpad-accept-public-upload --build-id checkbox-${{ matrix.type }}${{ matrix.releases }}-${{ matrix.arch }}-${{ github.run_id }}
- uses: actions/upload-artifact@v3
name: Upload logs on failure
Expand Down

0 comments on commit fb3f9db

Please sign in to comment.