Test the new artifact workflows #9
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test artifact actions | |
on: workflow_dispatch | |
jobs: | |
test-upload: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repo | |
uses: actions/checkout@v4 | |
- name: Push artifact | |
uses: ./.github/actions/artifact_upload | |
with: | |
path: .github/actions/artifact_upload | |
name: test-artifact | |
encryption-secret: ${{ secrets.ARTIFACT_ENCRYPT_PASSWD }} |