Skip to content

Commit 7f4f34e

Browse files
Upload artifact to github
1 parent de3e6e6 commit 7f4f34e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/linuxbuild.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,14 @@ jobs:
2020
submodules: true
2121
- name: Build for Linux
2222
run: TRAVIS_OS_NAME=linux travis/build.sh
23-
- name: Upload for Linux
23+
- name: Upload to sf.net
2424
env:
2525
gh_ed25519_key: ${{ secrets.GH_ENCRYPTED_ED25519_KEY }}
2626
gh_ed25519_iv: ${{ secrets.GH_ENCRYPTED_ED25519_IV }}
2727
run: TRAVIS_OS_NAME=linux travis/upload.sh
28+
- name: Upload Github artifact
29+
uses: actions/upload-artifact@v4
30+
with:
31+
name: ddb-static-deps-latest.tar.bz2
32+
path: _build/ddb-static-deps-latest.tar.bz2
33+
if-no-files-found: error

0 commit comments

Comments
 (0)