Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
blueset committed Sep 1, 2023
1 parent 2de3146 commit 1c61ad1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
mkdir ./out
curl ${{ github.event.inputs.url }} --output archive.7z
7z x archive.7z -o./out
find ./out -type f -exec sed -i 's/sekaictf-2022/sekaictf-2023/g' {} +
- uses: actions/upload-pages-artifact@v1
with:
path: ./out
Expand Down

0 comments on commit 1c61ad1

Please sign in to comment.