Skip to content

Test the new artifact workflows #33

Test the new artifact workflows

Test the new artifact workflows #33

name: Test artifact actions
on: workflow_dispatch
jobs:
test-upload-download:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Push artifact
uses: ./.github/actions/artifact_upload
with:
path: |
hgdfigojedsg
name: test-artifact
encryption-secret: ${{ secrets.ARTIFACT_ENCRYPT_PASSWD }}
- name: Pull artifact
uses: ./.github/actions/artifact_download
with:
name: test-artifact
encryption-secret: ${{ secrets.ARTIFACT_ENCRYPT_PASSWD }}
path: test-upload-folder
- name: Cat to see if stuff works.
shell: bash
run: cat test-upload-folder/test-upload-file; cat test-upload-folder/test-upload-folder/asdf; cat test-upload-folder/test-upload-folder/fdsa;