Skip to content

Commit

Permalink
Does @V3 work?
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDunfield committed Feb 1, 2024
1 parent 10350ca commit 6076207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: install wget
run:
Expand All @@ -24,7 +24,7 @@ jobs:
bash ./ci/linux/build_linux_tkgl.sh
- name: Save artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: TkGL_pkg_linux
path: ./dist

0 comments on commit 6076207

Please sign in to comment.