Skip to content

Commit

Permalink
fix action workflow variables
Browse files Browse the repository at this point in the history
download uploaded artifacts
  • Loading branch information
csc530 committed Aug 1, 2024
1 parent ca51acb commit 0e94527
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_executables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:

workflow_dispatch:
inputs:
suffix:
tag:
description: 'Suffix zip folder'
required: false
type: string
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,7 @@ jobs:
runs-on: ubuntu-latest
# needs: add-assets
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
- name: Upload assets to release draft
run: gh release upload ${{ needs.setup-release.outputs.release_name }} ${{ needs.add-assets.outputs.assets }}

0 comments on commit 0e94527

Please sign in to comment.