Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robinrottier authored Aug 13, 2021
1 parent e242757 commit bf2e2e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: robinrottier/github-actions/setup@v0
- uses: robinrottier/github-actions/setup@v0.9.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup .NET
Expand All @@ -40,7 +40,7 @@ jobs:
zip ${{ env.pub_res }} ${{ env.pub_dir }}/*
ls -al ${{ env.pub_res }}
- name: Upload output file
uses: robinrottier/github-actions/upload@v0
uses: robinrottier/github-actions/upload@v0.9.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
files: ${{ env.pub_res }}
Expand Down

0 comments on commit bf2e2e5

Please sign in to comment.