Skip to content
Open
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
10 changes: 5 additions & 5 deletions .github/workflows/binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: make CONF=DIST
- name: Attest Build and Archive
if: ${{ github.event_name == 'workflow_dispatch' }}
uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32
with:
subject-path: |
build/linux-x86_64/poptracker
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
AppDir
- name: Attest Build, AppImage and zsync
if: ${{ github.event_name == 'workflow_dispatch' }}
uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32
with:
subject-path: |
appimage-build/linux-x86_64/poptracker
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
./poptracker --list-packs
- name: Attest Build and AppBundle
if: ${{ github.event_name == 'workflow_dispatch' }}
uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32
with:
subject-path: |
build/darwin-x86_64/poptracker.app/Contents/MacOS/poptracker
Expand Down Expand Up @@ -271,7 +271,7 @@ jobs:
run: make CONF=DIST
- name: Attest Build and Archive
if: ${{ github.event_name == 'workflow_dispatch' }}
uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32
with:
subject-path: |
build/win64/poptracker.exe
Expand All @@ -289,7 +289,7 @@ jobs:
7z a -mx=9 dist/poptracker-win64-debug.zip build/win64/poptracker.exe
- name: Attest Debug Build and Archive
if: ${{ github.event_name == 'workflow_dispatch' }}
uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32
with:
subject-path: |
build/win64/poptracker.exe
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
-g --runtime-file "appimage-build/prime/$APPIMAGE_RUNTIME_NAME" \
AppDir
- name: Attest Build, AppImage and zsync
uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32
with:
subject-path: |
appimage-build/linux-x86_64/poptracker
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
- name: Build DIST # this builds a .tar.xz
run: make CONF=DIST VERSION=${{ env.RELEASE_VERSION }}
- name: Attest Build and Archive
uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32
with:
subject-path: |
build/linux-x86_64/poptracker
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
- name: Build DIST # this builds the app bundle, zips it and maybe .dmg in the future
run: make CONF=DIST VERSION=${{ env.RELEASE_VERSION }}
- name: Attest Build and AppBundle
uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32
with:
subject-path: |
build/darwin-x86_64/poptracker.app/Contents/MacOS/poptracker
Expand Down Expand Up @@ -268,7 +268,7 @@ jobs:
shell: msys2 {0}
run: make CONF=DIST VERSION=${{ env.RELEASE_VERSION }}
- name: Attest Build and Archive
uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32
with:
subject-path: |
build/win64/poptracker.exe
Expand Down
Loading