There was an error while loading. Please reload this page.
1 parent cc60a54 commit 7a994d7Copy full SHA for 7a994d7
1 file changed
.github/workflows/create-3p-package.yml
@@ -38,7 +38,7 @@ jobs:
38
echo "$(brew --prefix)/opt/gnu-sed/libexec/gnubin" >> $GITHUB_PATH
39
40
- name: Checkout build var
41
- uses: actions/checkout@v3
+ uses: actions/checkout@v6
42
with:
43
repository: FirestormViewer/fs-build-variables
44
path: build-variables
@@ -58,5 +58,7 @@ jobs:
58
autobuild configure -pcommon --config-file=autobuild.xml
59
autobuild build -pcommon --config-file=autobuild.xml
60
autobuild package -pcommon --config-file=autobuild.xml
61
+ - name: Log archive name and sha1 checksum
62
+ run: sha1sum *.bz2
63
- name: push the 3p-archive to the R2 buildsupport bucket
64
run: 'rclone copy . --include "*.bz2" fs_r2_deploy:buildsupport'
0 commit comments