We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de3e6e6 commit 7f4f34eCopy full SHA for 7f4f34e
.github/workflows/linuxbuild.yml
@@ -20,8 +20,14 @@ jobs:
20
submodules: true
21
- name: Build for Linux
22
run: TRAVIS_OS_NAME=linux travis/build.sh
23
- - name: Upload for Linux
+ - name: Upload to sf.net
24
env:
25
gh_ed25519_key: ${{ secrets.GH_ENCRYPTED_ED25519_KEY }}
26
gh_ed25519_iv: ${{ secrets.GH_ENCRYPTED_ED25519_IV }}
27
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