Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
extra-build-deps: lintian

- name: Upload debian package as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@4.6.2
with:
name: deb
path: debian/artifacts
1 change: 0 additions & 1 deletion .github/workflows/release-published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
commit: ${{ github.sha }}

- name: Release tailscale-initramfs on Github Pages repository
# peternewman/apt-repo-action@globs
uses: peternewman/apt-repo-action@ff037894ae6f9a6a40c56f0993d083adc23b7986
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down