Skip to content

Commit

Permalink
Investigate missing artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Heinz N. Gies <heinz@licenser.net>
  • Loading branch information
Licenser committed Jan 25, 2021
1 parent 640bd44 commit f84237d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
run: make packages
- name: List files
run: ls packaging/out/*
- name: test
run: echo "${{ GITHUB_REF }}"
- name: Archive production artifacts
uses: actions/upload-artifact@v2
with:
Expand All @@ -26,4 +28,4 @@ jobs:
with:
files: "packaging/out/*"
repo-token: ${{ secrets.GITHUB_TOKEN }}
release-tag: ${{ github.ref }}
release-tag: "v0.9.5-rc.1" #${{ GITHUB_REF }}

0 comments on commit f84237d

Please sign in to comment.