Skip to content

Commit

Permalink
Github Action Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Suraj-Yadav committed Jul 9, 2024
1 parent 24c738a commit 928ef19
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ inputs:
runs:
steps:
- uses: actions/github-script@v6
shell: bash
with:
script: |
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
Expand All @@ -19,10 +18,7 @@ runs:
shell: bash
run: cmake --build build --target package --config Release
- uses: actions/upload-artifact@v3
shell: bash
if: startsWith(github.ref, 'refs/tags/v')
with:
name: ${{ inputs.zip-output }}
path: build/comic_reader-*.zip


0 comments on commit 928ef19

Please sign in to comment.