Skip to content

Commit

Permalink
Fix version file path, take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
thecraftianman authored Mar 21, 2024
1 parent 717d28f commit 5caec02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workshop-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- name: Create Commit Version File
shell: bash
run: |
mkdir -p ${{ github.workspace }}/data_static/acf
echo "${{ github.sha }}" > ${{ github.workspace }}/data_static/acf/acf-3-version.txt
mkdir -p ${{ github.workspace }}/project/data_static/acf
echo "${{ github.sha }}" > ${{ github.workspace }}/project/data_static/acf/acf-3-version.txt
- name: Upload to Workshop
uses: CFC-Servers/gmod-upload@master
Expand Down

0 comments on commit 5caec02

Please sign in to comment.