Skip to content

Commit

Permalink
T | test2
Browse files Browse the repository at this point in the history
  • Loading branch information
FTS427 committed Aug 15, 2024
1 parent c344ed0 commit 0b752e0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,11 @@ jobs:
steps:

- name: Download Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
repository: FTS427/ll_easier
name: ll_packed

- name: Unzip Artifact
run: |
sudo apt install unzip tree
Expand Down Expand Up @@ -139,3 +141,8 @@ jobs:
Use user_scripts.bat: ${{ github.event.inputs.SCRIPTS }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Remove Artifact
uses: geekyeggo/delete-artifact@v2
with:
name: ll_packed

0 comments on commit 0b752e0

Please sign in to comment.