Skip to content

Commit

Permalink
ci: test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSnowfield committed Mar 24, 2024
1 parent 4883976 commit 5389fcf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
- uses: actions/upload-artifact@v3
name: Upload Artifact
with:
name: artifact.zip
name: nightly
path: Konata.Codec/bin/Release/Konata.Codec*.nupkg
11 changes: 5 additions & 6 deletions .github/workflows/nuget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/download-artifact@v4
name: Download Artifact
with:
name: artifact.zip
- name: Show
run: ls -al .
- name: Download Build
run: wget https://nightly.link/KonataDev/Konata.Codec/workflows/stable-build.yaml/main/nightly.zip

- name: Unpack
run: unzip nightly.zip && ls -al .

0 comments on commit 5389fcf

Please sign in to comment.