Skip to content

Commit

Permalink
Update CI (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
gyk4j authored May 4, 2024
1 parent 852bbdd commit 7d8ef00
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,16 @@ jobs:
# run: echo Building...

# Runs a set of commands using the runners shell
# - name: Run a multi-line script
# run: |
# echo Add other actions to build,
# echo test, and deploy your project.
- name: Run a multi-line script
run: |
pwd
ls
echo $GITHUB_WORKSPACE
echo ${{ github.workspace }}
ls
# Upload zip
- uses: actions/upload-artifact@v4
with:
name: chcl3
path: $GITHUB_WORKSPACE
path: .

0 comments on commit 7d8ef00

Please sign in to comment.