diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2020-11-30 21:34:50 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2020-11-30 21:34:50 +0100 |
| commit | a7a6eb55811a234a46b650b77357f0589ba6a46b (patch) | |
| tree | 52615782f79df649783c5ed5b258b30e26a36ec9 /.github/workflows | |
| parent | 4223935b124a0b16053aef719abccdc5fca36287 (diff) | |
Update release instructions
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build-binary-packages.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-binary-packages.yml b/.github/workflows/build-binary-packages.yml index e387ae9b1..e33022e6e 100644 --- a/.github/workflows/build-binary-packages.yml +++ b/.github/workflows/build-binary-packages.yml @@ -41,7 +41,7 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v2 with: - name: gf-${{ github.sha }}-debian + name: gf-${{ github.sha }}-ubuntu path: dist/gf_*.deb if-no-files-found: error |
