Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jbygdell committed Oct 22, 2024
1 parent 39f3a90 commit 9c529f9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release_sda-admin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
paths:
- 'sda-admin/.version'
types: [ closed ]
# types: [ closed ]
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -75,6 +75,8 @@ jobs:
tar -czf "$BINARY_NAME.tgz" "$BINARY_NAME" ../LICENSE
- name: Upload artifact
run: gh release upload "sda-admin-${{ env.VERSION }}" "sda-admin/${{ env.BINARY_NAME.tgz }}"
run: |
cd sda-admin
gh release upload "sda-admin-${{ env.VERSION }}" ${{ env.BINARY_NAME.tgz }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9c529f9

Please sign in to comment.