Skip to content

Commit 7a994d7

Browse files
committed
Add output of sha1 for easier add.
1 parent cc60a54 commit 7a994d7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/create-3p-package.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
echo "$(brew --prefix)/opt/gnu-sed/libexec/gnubin" >> $GITHUB_PATH
3939
4040
- name: Checkout build var
41-
uses: actions/checkout@v3
41+
uses: actions/checkout@v6
4242
with:
4343
repository: FirestormViewer/fs-build-variables
4444
path: build-variables
@@ -58,5 +58,7 @@ jobs:
5858
autobuild configure -pcommon --config-file=autobuild.xml
5959
autobuild build -pcommon --config-file=autobuild.xml
6060
autobuild package -pcommon --config-file=autobuild.xml
61+
- name: Log archive name and sha1 checksum
62+
run: sha1sum *.bz2
6163
- name: push the 3p-archive to the R2 buildsupport bucket
6264
run: 'rclone copy . --include "*.bz2" fs_r2_deploy:buildsupport'

0 commit comments

Comments
 (0)